home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMPREFERENCES / TFRMPREFERENCES.txt
Text File  |  2007-07-13  |  10KB  |  418 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 0
  3.   Top = 0
  4.   HelpContext = 1100
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   ClientHeight = 342
  7.   ClientWidth = 464
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 376
  10.   Constraints.MinWidth = 472
  11.   ParentFont = True
  12.   OldCreateOrder = False
  13.   Position = poOwnerFormCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object pnlBottom: TPanel
  17.     Left = 0
  18.     Top = 301
  19.     Width = 464
  20.     Height = 41
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 2
  24.     DesignSize = (
  25.       464
  26.       41)
  27.     object btnCancel: TTntButton
  28.       Left = 374
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Anchors = [akRight, akBottom]
  33.       Cancel = True
  34.       ModalResult = 2
  35.       TabOrder = 1
  36.     end
  37.     object btnOK: TTntButton
  38.       Left = 294
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Anchors = [akRight, akBottom]
  43.       Default = True
  44.       ModalResult = 1
  45.       TabOrder = 0
  46.       OnClick = btnOKClick
  47.     end
  48.     object btnBackToDefaults: TTntButton
  49.       Left = 176
  50.       Top = 8
  51.       Width = 113
  52.       Height = 25
  53.       TabOrder = 2
  54.       OnClick = btnBackToDefaultsClick
  55.     end
  56.   end
  57.   object pnlMenu: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 97
  61.     Height = 301
  62.     Align = alLeft
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.     OnMouseMove = pnlMenuMouseMove
  66.     object sbGeneral: TTntSpeedButton
  67.       Left = 8
  68.       Top = 8
  69.       Width = 81
  70.       Height = 57
  71.       GroupIndex = 1
  72.       Down = True
  73.       Caption = 'General'
  74.       Layout = blGlyphTop
  75.       OnClick = sbMenuClick
  76.       OnMouseMove = sbMouseMove
  77.     end
  78.     object sbEdit: TTntSpeedButton
  79.       Tag = 1
  80.       Left = 8
  81.       Top = 65
  82.       Width = 81
  83.       Height = 57
  84.       GroupIndex = 1
  85.       Caption = 'Edit'
  86.       Layout = blGlyphTop
  87.       OnClick = sbMenuClick
  88.       OnMouseMove = sbMouseMove
  89.     end
  90.     object sbTest: TTntSpeedButton
  91.       Tag = 2
  92.       Left = 8
  93.       Top = 122
  94.       Width = 81
  95.       Height = 57
  96.       GroupIndex = 1
  97.       Caption = 'Test'
  98.       Layout = blGlyphTop
  99.       OnClick = sbMenuClick
  100.       OnMouseMove = sbMouseMove
  101.     end
  102.     object sbAdvanced: TTntSpeedButton
  103.       Tag = 3
  104.       Left = 8
  105.       Top = 179
  106.       Width = 81
  107.       Height = 57
  108.       GroupIndex = 1
  109.       Caption = 'Advanced'
  110.       OnClick = sbMenuClick
  111.       OnMouseMove = sbMouseMove
  112.     end
  113.   end
  114.   object pnlProperties: TPanel
  115.     Left = 97
  116.     Top = 0
  117.     Width = 367
  118.     Height = 301
  119.     Align = alClient
  120.     BevelOuter = bvNone
  121.     TabOrder = 1
  122.     object pcMain: TTntPageControl
  123.       Left = 0
  124.       Top = 24
  125.       Width = 367
  126.       Height = 277
  127.       ActivePage = tsGeneral
  128.       Align = alClient
  129.       TabOrder = 0
  130.       object tsGeneral: TTntTabSheet
  131.         Caption = 'tsGeneral'
  132.         DesignSize = (
  133.           359
  134.           249)
  135.         object lblLanguage: TTntLabel
  136.           Left = 16
  137.           Top = 36
  138.           Width = 57
  139.           Height = 13
  140.           Caption = 'lblLanguage'
  141.           FocusControl = cbLanguage
  142.         end
  143.         object Bevel1: TBevel
  144.           Left = 16
  145.           Top = 136
  146.           Width = 321
  147.           Height = 9
  148.           Anchors = [akLeft, akTop, akRight]
  149.           Shape = bsTopLine
  150.         end
  151.         object cbLanguage: TBasComboBox
  152.           Left = 200
  153.           Top = 32
  154.           Width = 137
  155.           Height = 21
  156.           Style = csDropDownList
  157.           Anchors = [akLeft, akTop, akRight]
  158.           ItemHeight = 13
  159.           TabOrder = 0
  160.         end
  161.         object cbCheckForUpdates: TTntCheckBox
  162.           Left = 16
  163.           Top = 72
  164.           Width = 311
  165.           Height = 17
  166.           Anchors = [akLeft, akTop, akRight]
  167.           Caption = 'cbCheckForUpdates'
  168.           TabOrder = 1
  169.         end
  170.         object btnCheckNow: TTntButton
  171.           Left = 16
  172.           Top = 104
  173.           Width = 113
  174.           Height = 25
  175.           TabOrder = 2
  176.           OnClick = btnCheckNowClick
  177.         end
  178.         object btnFunctionKeys: TTntButton
  179.           Left = 16
  180.           Top = 152
  181.           Width = 153
  182.           Height = 25
  183.           TabOrder = 3
  184.           OnClick = btnFunctionKeysClick
  185.         end
  186.       end
  187.       object tsEdit: TTntTabSheet
  188.         Caption = 'tsEdit'
  189.         ImageIndex = 1
  190.         DesignSize = (
  191.           359
  192.           249)
  193.         object lblNumberOfRecentFiles: TTntLabel
  194.           Left = 16
  195.           Top = 131
  196.           Width = 114
  197.           Height = 13
  198.           Caption = 'lblNumberOfRecentFiles'
  199.           FocusControl = seMRUFileCount
  200.         end
  201.         object cbBackupToRecycleBin: TTntCheckBox
  202.           Left = 16
  203.           Top = 32
  204.           Width = 313
  205.           Height = 17
  206.           Anchors = [akLeft, akTop, akRight]
  207.           Caption = 'cbBackupToRecycleBin'
  208.           TabOrder = 0
  209.         end
  210.         object cbRememberLastDirUsed: TTntCheckBox
  211.           Left = 16
  212.           Top = 58
  213.           Width = 313
  214.           Height = 17
  215.           Anchors = [akLeft, akTop, akRight]
  216.           Caption = 'cbRememberLastDirUsed'
  217.           TabOrder = 1
  218.         end
  219.         object seMRUFileCount: TSpinEdit
  220.           Left = 264
  221.           Top = 123
  222.           Width = 73
  223.           Height = 22
  224.           Anchors = [akLeft, akTop, akRight]
  225.           MaxValue = 10
  226.           MinValue = 0
  227.           TabOrder = 3
  228.           Value = 0
  229.         end
  230.         object cbInsertFromFileShowOrigin: TTntCheckBox
  231.           Left = 16
  232.           Top = 84
  233.           Width = 313
  234.           Height = 17
  235.           Anchors = [akLeft, akTop, akRight]
  236.           Caption = 'cbInsertFromFileShowOrigin'
  237.           TabOrder = 2
  238.         end
  239.       end
  240.       object tsTest: TTntTabSheet
  241.         Caption = 'tsTest'
  242.         ImageIndex = 2
  243.         DesignSize = (
  244.           359
  245.           249)
  246.         object lblTimeToDisplayAnswer: TTntLabel
  247.           Left = 16
  248.           Top = 6
  249.           Width = 114
  250.           Height = 13
  251.           Caption = 'lblTimeToDisplayAnswer'
  252.           FocusControl = seTimeTodisplayAnswer
  253.         end
  254.         object btnSoundYes: TTntSpeedButton
  255.           Left = 312
  256.           Top = 104
  257.           Width = 23
  258.           Height = 22
  259.           Anchors = [akTop, akRight]
  260.           Flat = True
  261.           NumGlyphs = 2
  262.           ParentShowHint = False
  263.           ShowHint = True
  264.           OnClick = btnSoundYesClick
  265.         end
  266.         object btnSoundNo: TTntSpeedButton
  267.           Left = 312
  268.           Top = 136
  269.           Width = 23
  270.           Height = 22
  271.           Anchors = [akTop, akRight]
  272.           Flat = True
  273.           NumGlyphs = 2
  274.           ParentShowHint = False
  275.           ShowHint = True
  276.           OnClick = btnSoundNoClick
  277.         end
  278.         object lblTop10DifficultQuestions: TTntLabel
  279.           Left = 16
  280.           Top = 180
  281.           Width = 124
  282.           Height = 13
  283.           Caption = 'lblTop10DifficultQuestions'
  284.           FocusControl = seTop10DifficultQuestions
  285.         end
  286.         object lblNorm: TTntLabel
  287.           Left = 16
  288.           Top = 212
  289.           Width = 35
  290.           Height = 13
  291.           Caption = 'lblNorm'
  292.           FocusControl = cbNorm
  293.         end
  294.         object seTimeTodisplayAnswer: TSpinEdit
  295.           Left = 264
  296.           Top = 3
  297.           Width = 73
  298.           Height = 22
  299.           Anchors = [akLeft, akTop, akRight]
  300.           MaxValue = 10
  301.           MinValue = 0
  302.           TabOrder = 0
  303.           Value = 0
  304.         end
  305.         object cbCustomSoundYes: TTntCheckBox
  306.           Left = 16
  307.           Top = 112
  308.           Width = 281
  309.           Height = 17
  310.           Anchors = [akLeft, akTop, akRight]
  311.           Caption = 'cbCustomSoundYes'
  312.           TabOrder = 3
  313.           OnClick = cbCustomSoundYesClick
  314.         end
  315.         object cbCustomSoundNo: TTntCheckBox
  316.           Left = 16
  317.           Top = 144
  318.           Width = 281
  319.           Height = 17
  320.           Anchors = [akLeft, akTop, akRight]
  321.           Caption = 'cbCustomSoundNo'
  322.           TabOrder = 4
  323.           OnClick = cbCustomSoundNoClick
  324.         end
  325.         object seTop10DifficultQuestions: TSpinEdit
  326.           Left = 264
  327.           Top = 176
  328.           Width = 73
  329.           Height = 22
  330.           Anchors = [akLeft, akTop, akRight]
  331.           MaxValue = 1000
  332.           MinValue = 1
  333.           TabOrder = 5
  334.           Value = 10
  335.         end
  336.         object cbNorm: TTntComboBox
  337.           Left = 192
  338.           Top = 208
  339.           Width = 145
  340.           Height = 21
  341.           Style = csDropDownList
  342.           ItemHeight = 13
  343.           ItemIndex = 0
  344.           TabOrder = 6
  345.           Text = '60%'
  346.           Items.Strings = (
  347.             '60%'
  348.             '80%')
  349.         end
  350.         object cbDisplayQuestionNumber: TTntCheckBox
  351.           Left = 16
  352.           Top = 54
  353.           Width = 281
  354.           Height = 17
  355.           Caption = 'cbDisplayQuestionNumber'
  356.           TabOrder = 2
  357.         end
  358.         object cbMoveQuestionOnEmptyAnswer: TTntCheckBox
  359.           Left = 16
  360.           Top = 31
  361.           Width = 281
  362.           Height = 17
  363.           Caption = 'cbMoveQuestionOnEmptyAnswer'
  364.           TabOrder = 1
  365.         end
  366.       end
  367.       object tsAdvanced: TTntTabSheet
  368.         Caption = 'tsAdvanced'
  369.         ImageIndex = 3
  370.         DesignSize = (
  371.           359
  372.           249)
  373.         object lblFileAssociation: TTntLabel
  374.           Left = 16
  375.           Top = 36
  376.           Width = 80
  377.           Height = 13
  378.           Caption = 'lblFileAssociation'
  379.           FocusControl = clbFileAssociation
  380.         end
  381.         object clbFileAssociation: TCheckListBox
  382.           Left = 136
  383.           Top = 32
  384.           Width = 201
  385.           Height = 57
  386.           OnClickCheck = clbFileAssociationClickCheck
  387.           Anchors = [akLeft, akTop, akRight]
  388.           ItemHeight = 13
  389.           TabOrder = 0
  390.         end
  391.       end
  392.     end
  393.     object pnlCaption: TPanel
  394.       Left = 0
  395.       Top = 0
  396.       Width = 367
  397.       Height = 24
  398.       Align = alTop
  399.       Alignment = taLeftJustify
  400.       BevelOuter = bvNone
  401.       Caption = 'pnlCaption'
  402.       Font.Charset = DEFAULT_CHARSET
  403.       Font.Color = clWindowText
  404.       Font.Height = -11
  405.       Font.Name = 'Tahoma'
  406.       Font.Style = [fsBold]
  407.       ParentFont = False
  408.       TabOrder = 1
  409.     end
  410.   end
  411.   object OpenDialog: TTntOpenDialog
  412.     DefaultExt = 'wav'
  413.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  414.     Left = 296
  415.     Top = 64
  416.   end
  417. end
  418.